home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 34
/
Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso
/
Aminet
/
util
/
virus
/
xvsLibrary.lha
/
xvs
/
Developer
/
include
/
C
/
proto
/
xvs.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-03-09
|
330 b
|
22 lines
#ifndef _PROTO_XVS_H
#define _PROTO_XVS_H
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef CLIB_XVS_PROTOS_H
#include <clib/xvs_protos.h>
#endif
#ifdef __GNUC__
#include <inline/xvs.h>
#else
#include <pragma/xvs_lib.h>
#endif
#ifndef __NOLIBBASE__
extern struct xvsBase *xvsBase;
#endif
#endif /* _PROTO_XVS_H */